big_integer
Creates a big_integer from a decimal string representation, possibly with a sign. Fails if the string is not valid.
Since
0.12.0
Parameters
s
The decimal string representation.
Creates a big_integer from an integer.
Since
0.12.0
Parameters
value
The integer value.